com.supermap.services.iportalservices
Interface OnResponseListener
-
public interface OnResponseListener
Network request callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onComplete(Response response)
Successful network responsevoid
onError(java.lang.Exception exception)
Failed network request
-